Expand description
Lazily-Evaluated, Order-Independent Plugins for Extensible Types.
Traitsยง
- Defines an interface that extensible types must implement.
- An interface for plugins that cache values between calls.
- Implementers of this trait can act as plugins for other types, via
OtherType::get<P>()
.